Merge pull request #307201 from tomfitzhenry/rclone-and-git-absorb

Add self as maintainer for rclone, git-absorb, tpm2-tools, ibm-sw-tpm2
This commit is contained in:
lassulus 2024-04-27 15:46:02 +02:00 committed by GitHub
commit 92943bab36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -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 ];
};
}

View File

@ -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";
};
}

View File

@ -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;
};
}

View File

@ -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 ];
};
}