···4747 Java -- basically any program in which you can use remarks/comments.
4848 '';
4949 license = with licenses; gpl3Plus;
5050- maintainers = with maintainers; [ AndersonTorres ];
5050+ maintainers = with maintainers; [ ];
5151 platforms = platforms.all;
5252 };
5353})
+1-1
pkgs/by-name/sa/sakura/package.nix
···6666 options. No more no less.
6767 '';
6868 license = lib.licenses.gpl2Only;
6969- maintainers = with lib.maintainers; [ astsmtl codyopel AndersonTorres ];
6969+ maintainers = with lib.maintainers; [ astsmtl codyopel ];
7070 platforms = lib.platforms.linux;
7171 mainProgram = "sakura";
7272 };
+1-1
pkgs/by-name/sa/samurai/package.nix
···5151 '';
5252 homepage = "https://github.com/michaelforney/samurai";
5353 license = with licenses; [ mit asl20 ]; # see LICENSE
5454- maintainers = with maintainers; [ dtzWill AndersonTorres ];
5454+ maintainers = with maintainers; [ dtzWill ];
5555 mainProgram = "samu";
5656 platforms = platforms.all;
5757 };
+1-1
pkgs/by-name/se/seabios/package.nix
···103103 use of coreboot.
104104 '';
105105 license = with lib.licenses; [ lgpl3Plus ];
106106- maintainers = with lib.maintainers; [ AndersonTorres ];
106106+ maintainers = with lib.maintainers; [ ];
107107 platforms = lib.systems.inspect.patternLogicalAnd lib.systems.inspect.patterns.isUnix lib.systems.inspect.patterns.isx86;
108108 badPlatforms = [ lib.systems.inspect.patterns.isDarwin ];
109109 };
···9595 blur, as well as options to layer quotes and a clock onto the background.
9696 '';
9797 license = licenses.gpl3Plus;
9898- maintainers = with maintainers; [ p3psi AndersonTorres zfnmxt ];
9898+ maintainers = with maintainers; [ p3psi zfnmxt ];
9999 };
100100}
+1-1
pkgs/by-name/vl/vlc/package.nix
···305305 description = "Cross-platform media player and streaming server";
306306 homepage = "https://www.videolan.org/vlc/";
307307 license = lib.licenses.lgpl21Plus;
308308- maintainers = with lib.maintainers; [ AndersonTorres alois31 ];
308308+ maintainers = with lib.maintainers; [ alois31 ];
309309 platforms = lib.platforms.linux;
310310 mainProgram = "vlc";
311311 };