Unverified Commit 95c75aab authored by dish's avatar dish
Browse files

python3Packages.internetarchive: Slightly modernize and add myself as maintainer

parent f7730f9c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";
  };
}