Loading nixos/release-combined.nix +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ in rec { name = "nixos-${nixos.channel.version}"; meta = { description = "Release-critical builds for the NixOS channel"; maintainers = with pkgs.lib.maintainers; [ eelco fpletz ]; maintainers = with pkgs.lib.maintainers; [ eelco ]; }; constituents = pkgs.lib.concatLists [ [ "nixos.channel" ] Loading nixos/tests/couchdb.nix +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ with lib; { name = "couchdb"; meta = with pkgs.lib.maintainers; { maintainers = [ fpletz ]; maintainers = [ ]; }; nodes = { Loading nixos/tests/privacyidea.nix +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ import ./make-test-python.nix ({ pkgs, ...} : rec { name = "privacyidea"; meta = with pkgs.lib.maintainers; { maintainers = [ fpletz ]; maintainers = [ ]; }; nodes.machine = { ... }: { Loading pkgs/applications/blockchains/masari/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { description = "scalability-focused, untraceable, secure, and fungible cryptocurrency using the RingCT protocol"; homepage = "https://www.getmasari.org/"; license = licenses.bsd3; maintainers = with maintainers; [ fpletz ]; maintainers = with maintainers; [ ]; platforms = platforms.linux; }; } pkgs/applications/blockchains/sumokoin/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { description = "A fork of Monero and a truely fungible cryptocurrency"; homepage = "https://www.sumokoin.org/"; license = licenses.bsd3; maintainers = with maintainers; [ fpletz ]; maintainers = with maintainers; [ ]; platforms = platforms.linux; }; } Loading
nixos/release-combined.nix +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ in rec { name = "nixos-${nixos.channel.version}"; meta = { description = "Release-critical builds for the NixOS channel"; maintainers = with pkgs.lib.maintainers; [ eelco fpletz ]; maintainers = with pkgs.lib.maintainers; [ eelco ]; }; constituents = pkgs.lib.concatLists [ [ "nixos.channel" ] Loading
nixos/tests/couchdb.nix +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ with lib; { name = "couchdb"; meta = with pkgs.lib.maintainers; { maintainers = [ fpletz ]; maintainers = [ ]; }; nodes = { Loading
nixos/tests/privacyidea.nix +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ import ./make-test-python.nix ({ pkgs, ...} : rec { name = "privacyidea"; meta = with pkgs.lib.maintainers; { maintainers = [ fpletz ]; maintainers = [ ]; }; nodes.machine = { ... }: { Loading
pkgs/applications/blockchains/masari/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ stdenv.mkDerivation rec { description = "scalability-focused, untraceable, secure, and fungible cryptocurrency using the RingCT protocol"; homepage = "https://www.getmasari.org/"; license = licenses.bsd3; maintainers = with maintainers; [ fpletz ]; maintainers = with maintainers; [ ]; platforms = platforms.linux; }; }
pkgs/applications/blockchains/sumokoin/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { description = "A fork of Monero and a truely fungible cryptocurrency"; homepage = "https://www.sumokoin.org/"; license = licenses.bsd3; maintainers = with maintainers; [ fpletz ]; maintainers = with maintainers; [ ]; platforms = platforms.linux; }; }