Loading pkgs/development/python-modules/internetarchive/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -61,12 +61,12 @@ buildPythonPackage rec { pythonImportsCheck = [ "internetarchive" ]; meta = with lib; { meta = { description = "Python and Command-Line Interface to Archive.org"; homepage = "https://github.com/jjjake/internetarchive"; changelog = "https://github.com/jjjake/internetarchive/blob/v${version}/HISTORY.rst"; license = licenses.agpl3Plus; maintainers = [ ]; license = lib.licenses.agpl3Plus; maintainers = with lib.maintainers; [ pyrox0 ]; mainProgram = "ia"; }; } Loading
pkgs/development/python-modules/internetarchive/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -61,12 +61,12 @@ buildPythonPackage rec { pythonImportsCheck = [ "internetarchive" ]; meta = with lib; { meta = { description = "Python and Command-Line Interface to Archive.org"; homepage = "https://github.com/jjjake/internetarchive"; changelog = "https://github.com/jjjake/internetarchive/blob/v${version}/HISTORY.rst"; license = licenses.agpl3Plus; maintainers = [ ]; license = lib.licenses.agpl3Plus; maintainers = with lib.maintainers; [ pyrox0 ]; mainProgram = "ia"; }; }