Loading pkgs/applications/networking/sync/rclone/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -64,6 +64,6 @@ buildGoModule rec { changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md"; license = licenses.mit; mainProgram = "rclone"; maintainers = with maintainers; [ SuperSandro2000 ]; maintainers = with maintainers; [ SuperSandro2000 tomfitzhenry ]; }; } pkgs/applications/version-management/git-absorb/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/tummychow/git-absorb"; description = "git commit --fixup, but automatic"; license = [ licenses.bsd3 ]; maintainers = [ ]; maintainers = with maintainers; [ tomfitzhenry ]; mainProgram = "git-absorb"; }; } pkgs/tools/security/ibm-sw-tpm2/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ stdenv.mkDerivation rec { mainProgram = "tpm_server"; homepage = "https://sourceforge.net/projects/ibmswtpm2/"; platforms = platforms.linux ++ platforms.darwin; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ tomfitzhenry ]; license = licenses.bsd3; }; } pkgs/tools/security/tpm2-tools/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -43,6 +43,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/tpm2-software/tpm2-tools"; license = licenses.bsd3; platforms = platforms.linux; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ tomfitzhenry ]; }; } Loading
pkgs/applications/networking/sync/rclone/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -64,6 +64,6 @@ buildGoModule rec { changelog = "https://github.com/rclone/rclone/blob/v${version}/docs/content/changelog.md"; license = licenses.mit; mainProgram = "rclone"; maintainers = with maintainers; [ SuperSandro2000 ]; maintainers = with maintainers; [ SuperSandro2000 tomfitzhenry ]; }; }
pkgs/applications/version-management/git-absorb/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/tummychow/git-absorb"; description = "git commit --fixup, but automatic"; license = [ licenses.bsd3 ]; maintainers = [ ]; maintainers = with maintainers; [ tomfitzhenry ]; mainProgram = "git-absorb"; }; }
pkgs/tools/security/ibm-sw-tpm2/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ stdenv.mkDerivation rec { mainProgram = "tpm_server"; homepage = "https://sourceforge.net/projects/ibmswtpm2/"; platforms = platforms.linux ++ platforms.darwin; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ tomfitzhenry ]; license = licenses.bsd3; }; }
pkgs/tools/security/tpm2-tools/default.nix +1 −1 Original line number Diff line number Diff line Loading @@ -43,6 +43,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/tpm2-software/tpm2-tools"; license = licenses.bsd3; platforms = platforms.linux; maintainers = with maintainers; [ ]; maintainers = with maintainers; [ tomfitzhenry ]; }; }