maintainers: add avery
This commit is contained in:
parent
72bc2ea5d1
commit
a56b552a16
2 changed files with 7 additions and 1 deletions
|
@ -2028,6 +2028,12 @@
|
||||||
githubId = 687218;
|
githubId = 687218;
|
||||||
name = "averelld";
|
name = "averelld";
|
||||||
};
|
};
|
||||||
|
avery = {
|
||||||
|
email = "nixpkgs@avery.cafe";
|
||||||
|
github = "coolavery";
|
||||||
|
githubId = 76545554;
|
||||||
|
name = "Avery";
|
||||||
|
};
|
||||||
avh4 = {
|
avh4 = {
|
||||||
email = "gruen0aermel@gmail.com";
|
email = "gruen0aermel@gmail.com";
|
||||||
github = "avh4";
|
github = "avh4";
|
||||||
|
|
|
@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "Stream movies and TV shows from Jellyfin";
|
description = "Stream movies and TV shows from Jellyfin";
|
||||||
homepage = "https://www.delfin.avery.cafe/";
|
homepage = "https://www.delfin.avery.cafe/";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ colinsane ];
|
maintainers = with maintainers; [ colinsane avery ];
|
||||||
mainProgram = "delfin";
|
mainProgram = "delfin";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue