mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
media-downloader: add aleksana as maintainer
This commit is contained in:
parent
59bc5093bf
commit
d17b2be69b
@ -57,7 +57,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
'';
|
||||
homepage = "https://github.com/mhogomchungu/media-downloader";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ zendo ];
|
||||
maintainers = with lib.maintainers; [
|
||||
zendo
|
||||
aleksana
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "media-downloader";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user