Merge pull request #122819 from primeos/maintainers-remove-pesterhazy

maintainers: remove pesterhazy
This commit is contained in:
Sandro
2021-05-17 02:22:35 +02:00
committed by GitHub
4 changed files with 3 additions and 9 deletions
@@ -123,7 +123,7 @@ in stdenv.mkDerivation {
'';
license = licenses.unfree;
platforms = [ "x86_64-linux" "x86_64-darwin" ];
maintainers = with maintainers; [ pesterhazy flokli ];
maintainers = with maintainers; [ flokli ];
hydraPlatforms = [];
};
}
+1 -1
View File
@@ -22,7 +22,7 @@ let
inherit description homepage;
downloadPage = http://sqlite.org/download.html;
license = licenses.publicDomain;
maintainers = with maintainers; [ pesterhazy johnazoidberg ];
maintainers = with maintainers; [ johnazoidberg ];
platforms = platforms.unix;
};
};