lol

python3Packages.editables: cleanup (#130476)

authored by

Sandro and committed by
GitHub
24f72b61 b59c06dc

+6 -3
+6 -3
pkgs/development/python-modules/editables/default.nix
··· 20 20 # Tests not included in archive. 21 21 doCheck = false; 22 22 23 - meta = { 23 + pythonImportsCheck = [ "editables" ]; 24 + 25 + meta = with lib; { 24 26 description = "Editable installations"; 25 - homepage = https://github.com/pfmoore/editables; 26 - license = lib.licenses.mit; 27 + maintainers = with maintainers; [ ]; 28 + homepage = "https://github.com/pfmoore/editables"; 29 + license = licenses.mit; 27 30 }; 28 31 }