maintainers: remove interdependence

This commit is contained in:
William Vandervalk
2025-07-05 13:58:52 -04:00
parent 85ec73855b
commit d66372a197
2 changed files with 1 additions and 7 deletions
-6
View File
@@ -10869,12 +10869,6 @@
githubId = 54999;
name = "Ariel Nunez";
};
interdependence = {
email = "git@williamvandervalk.com";
github = "interdependence";
githubId = 45567423;
name = "William Vandervalk";
};
Intuinewin = {
email = "antoinelabarussias@gmail.com";
github = "Intuinewin";
+1 -1
View File
@@ -108,7 +108,7 @@ buildGoModule {
homepage = "https://github.com/garethgeorge/backrest";
changelog = "https://github.com/garethgeorge/backrest/releases/tag/v${version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ interdependence ];
maintainers = with lib.maintainers; [ ];
mainProgram = "backrest";
platforms = lib.platforms.unix;
};