Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-05-17 06:22:23 +00:00
committed by GitHub
154 changed files with 1062 additions and 1089 deletions

View File

@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Cosmic recursive fractal flames";
homepage = "https://flam3.com/";
maintainers = [ maintainers.nand0p ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
license = licenses.gpl3Plus;
};

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "GL Easy Extension Library";
homepage = "https://sourceforge.net/p/glee/glee/";
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
license = licenses.gpl3;
};

View File

@@ -25,6 +25,6 @@ in stdenv.mkDerivation rec {
homepage = src.meta.homepage;
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ gnidorah ];
maintainers = with maintainers; [ ];
};
}