maintainers: drop uniquepointer

Inactive since 2022.
This commit is contained in:
Wolfgang Walther
2025-12-02 16:34:10 +01:00
parent 6b107f7352
commit cfd6f80d40
3 changed files with 0 additions and 9 deletions
-7
View File
@@ -27205,13 +27205,6 @@
name = "Kevin Brubeck Unhammer";
keys = [ { fingerprint = "50D4 8796 0B86 3F05 4B6A 12F9 7426 06DE 766A C60C"; } ];
};
uniquepointer = {
email = "uniquepointer@mailbox.org";
matrix = "@uniquepointer:matrix.org";
github = "uniquepointer";
githubId = 71751817;
name = "uniquepointer";
};
unode = {
email = "alves.rjc@gmail.com";
matrix = "@renato_alves:matrix.org";
@@ -150,7 +150,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [
atinba
ilian
uniquepointer
viraptor
];
};
@@ -28,7 +28,6 @@ stdenv.mkDerivation rec {
changelog = "https://github.com/your-editor/yed/blob/${version}/CHANGELOG.md";
license = with lib.licenses; [ mit ];
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ uniquepointer ];
mainProgram = "yed";
};
}