lol

maintainers: remove interdependence (#422755)

authored by

Aleksana and committed by
GitHub
10c6bcac 306977f3

+1 -7
-6
maintainers/maintainer-list.nix
··· 10869 10869 githubId = 54999; 10870 10870 name = "Ariel Nunez"; 10871 10871 }; 10872 - interdependence = { 10873 - email = "git@williamvandervalk.com"; 10874 - github = "interdependence"; 10875 - githubId = 45567423; 10876 - name = "William Vandervalk"; 10877 - }; 10878 10872 Intuinewin = { 10879 10873 email = "antoinelabarussias@gmail.com"; 10880 10874 github = "Intuinewin";
+1 -1
pkgs/by-name/ba/backrest/package.nix
··· 108 108 homepage = "https://github.com/garethgeorge/backrest"; 109 109 changelog = "https://github.com/garethgeorge/backrest/releases/tag/v${version}"; 110 110 license = lib.licenses.gpl3Only; 111 - maintainers = with lib.maintainers; [ interdependence ]; 111 + maintainers = with lib.maintainers; [ ]; 112 112 mainProgram = "backrest"; 113 113 platforms = lib.platforms.unix; 114 114 };