Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-04-18 12:06:01 +00:00
committed by GitHub
24 changed files with 20 additions and 49 deletions

View File

@@ -20,7 +20,7 @@ in fetchzip {
meta = with lib; {
homepage = "http://www.i18nguy.com/unicode/unicode-font.html";
description = "Unicode Plane 1 Osmanya script font";
maintainers = with maintainers; [ raskin rycee ];
maintainers = with maintainers; [ raskin ];
license = "unknown";
platforms = platforms.all;
};

View File

@@ -23,7 +23,7 @@ in fetchzip rec {
most Western and Central European Latin-based languages, plus
Greek and Cyrillic. It is designed by Mark Simonson.
'';
maintainers = with maintainers; [ raskin rycee ];
maintainers = with maintainers; [ raskin ];
license = licenses.ofl;
platforms = platforms.all;
};

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation {
meta = with lib; {
homepage = "https://www.levien.com/type/myfonts/inconsolata.html";
description = "A monospace font for both screen and print";
maintainers = with maintainers; [ mikoim raskin rycee ];
maintainers = with maintainers; [ mikoim raskin ];
license = licenses.ofl;
platforms = platforms.all;
};

View File

@@ -18,7 +18,7 @@ in fetchzip rec {
meta = with lib; {
homepage = "https://github.com/akryukov/oldstand";
description = "An attempt to revive a specific type of Modern style of serif typefaces";
maintainers = with maintainers; [ raskin rycee ];
maintainers = with maintainers; [ raskin ];
license = licenses.ofl;
platforms = platforms.all;
};

View File

@@ -21,7 +21,6 @@ fetchzip rec {
whatever else you can think of its pretty undefined.
'';
license = licenses.ofl;
maintainers = [ maintainers.rycee ];
platforms = platforms.all;
};
}

View File

@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
description = "Theme for GTK 3, GTK 2, Gnome-Shell, and Cinnamon";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ rycee romildo ];
maintainers = with maintainers; [ romildo ];
};
}