maintainers: remove interdependence (#422755)

This commit is contained in:
Aleksana
2025-07-06 17:34:32 +08:00
committed by GitHub
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;
};