We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b515f80 commit 8b37d45Copy full SHA for 8b37d45
pkgs/development/libraries/libngspice/default.nix
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
50
mainProgram = "ngspice";
51
homepage = "http://ngspice.sourceforge.net";
52
license = with licenses; [ bsd3 gpl2Plus lgpl2Plus ]; # See https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/COPYING
53
- maintainers = with maintainers; [ bgamari rongcuid ];
+ maintainers = with maintainers; [ bgamari ];
54
platforms = platforms.unix;
55
};
56
}
0 commit comments