mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 13:23:17 +00:00
Merge pull request #286198 from dotlambda/soundkonverter-meta
soundkonverter: add meta.homepage
This commit is contained in:
commit
5064f097b9
@ -74,6 +74,7 @@ mkDerivation rec {
|
||||
wrapProgram $out/bin/soundkonverter --prefix PATH : ${lib.makeBinPath runtimeDeps }
|
||||
'';
|
||||
meta = {
|
||||
homepage = "https://github.com/dfaust/soundkonverter";
|
||||
license = lib.licenses.gpl2;
|
||||
maintainers = [ lib.maintainers.schmittlauch ];
|
||||
description = "Audio file converter, CD ripper and Replay Gain tool";
|
||||
|
Loading…
Reference in New Issue
Block a user