mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
flacon: change maintainer to snglth
This commit is contained in:
parent
345b192273
commit
07d0acfe45
@ -7782,4 +7782,10 @@
|
||||
githubId = 52650;
|
||||
name = "Marc Busqué";
|
||||
};
|
||||
snglth = {
|
||||
email = "illia@ishestakov.com";
|
||||
github = "snglth";
|
||||
githubId = 8686360;
|
||||
name = "Illia Shestakov";
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user