Commit 4b4d0bec authored by Ilan Joselevich's avatar Ilan Joselevich
Browse files

python3Packages.image-go-nord: Remove kranzes from maintainers

parent 723b0417
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,6 +44,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/Schrodinger-Hat/ImageGoNord-pip";
    changelog = "https://github.com/Schroedinger-Hat/ImageGoNord-pip/releases/tag/v${version}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ kranzes ];
    maintainers = [ ];
  };
}