Skip to content

Commit 8b37d45

Browse files
committed
ngspice: remove rongcuid from maintainers on his request (PR #352381)
1 parent b515f80 commit 8b37d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/development/libraries/libngspice/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
5050
mainProgram = "ngspice";
5151
homepage = "http://ngspice.sourceforge.net";
5252
license = with licenses; [ bsd3 gpl2Plus lgpl2Plus ]; # See https://sourceforge.net/p/ngspice/ngspice/ci/master/tree/COPYING
53-
maintainers = with maintainers; [ bgamari rongcuid ];
53+
maintainers = with maintainers; [ bgamari ];
5454
platforms = platforms.unix;
5555
};
5656
}

0 commit comments

Comments
 (0)