maintainers: remove interdependence (#422755)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user