Merge #121780: treewide meta.maintainers tweaks

This commit is contained in:
Vladimír Čunát
2021-05-08 10:47:08 +02:00
94 changed files with 92 additions and 95 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
the system's terminfo database.
'';
license = licenses.lgpl2;
maintainers = with maintainers; [ astsmtl antono lethalman ];
maintainers = with maintainers; [ astsmtl antono ];
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -99,7 +99,7 @@ stdenv.mkDerivation rec {
the system's terminfo database.
'';
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ astsmtl antono lethalman ] ++ teams.gnome.members;
maintainers = with maintainers; [ astsmtl antono ] ++ teams.gnome.members;
platforms = platforms.unix;
};
}