Merge pull request #122994 from mweinelt/remove-inactive-maintainer/nand0p

treewide: remove nand0p as maintainer
This commit is contained in:
Sandro
2021-05-17 02:18:03 +02:00
committed by GitHub
45 changed files with 47 additions and 53 deletions
+1 -1
View File
@@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
description = "Dune, Reinvented";
homepage = "https://github.com/OpenDUNE/OpenDUNE";
license = licenses.gpl2;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}