nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

soundconverter: add aleksana to maintainers

aleksana 14cb110d af33ff24

+4 -1
+4 -1
pkgs/applications/audio/soundconverter/default.nix
··· 109 109 ''; 110 110 license = lib.licenses.gpl3Only; 111 111 platforms = lib.platforms.linux; 112 - maintainers = with lib.maintainers; [ jakubgs ]; 112 + maintainers = with lib.maintainers; [ 113 + jakubgs 114 + aleksana 115 + ]; 113 116 }; 114 117 }