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

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 ];
};
}