2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 07:38:07 +00:00

flacon: change maintainer to snglth

This commit is contained in:
Illia Shestakov 2019-12-28 17:17:08 +02:00
parent 345b192273
commit 07d0acfe45
No known key found for this signature in database
GPG Key ID: F60F9D573A9717CF
2 changed files with 7 additions and 1 deletions
maintainers
pkgs/applications/audio/flacon

View File

@ -7782,4 +7782,10 @@
githubId = 52650;
name = "Marc Busqué";
};
snglth = {
email = "illia@ishestakov.com";
github = "snglth";
githubId = 8686360;
name = "Illia Shestakov";
};
}

View File

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
homepage = https://flacon.github.io/;
license = licenses.lgpl21;
platforms = platforms.linux;
maintainers = with maintainers; [ nico202 ];
maintainers = with maintainers; [ snglth ];
};
}