summary refs log tree commit diff
path: root/pkgs/applications/audio/qjackctl/default.nix
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2015-10-25 18:59:47 +0100
committerCillian de Róiste <cillian.deroiste@gmail.com>2015-10-25 18:59:47 +0100
commit506f511afa0ec34c6efc0f88ccbf64819efc90d7 (patch)
tree7f2a08cd75a6b0637979d1eb363cb40a63b6073c /pkgs/applications/audio/qjackctl/default.nix
parent0cfd2267b0ef7acab24454b01cf7c5fa6747c74e (diff)
downloadnixpkgs-506f511afa0ec34c6efc0f88ccbf64819efc90d7.tar
nixpkgs-506f511afa0ec34c6efc0f88ccbf64819efc90d7.tar.gz
nixpkgs-506f511afa0ec34c6efc0f88ccbf64819efc90d7.tar.bz2
nixpkgs-506f511afa0ec34c6efc0f88ccbf64819efc90d7.tar.lz
nixpkgs-506f511afa0ec34c6efc0f88ccbf64819efc90d7.tar.xz
nixpkgs-506f511afa0ec34c6efc0f88ccbf64819efc90d7.tar.zst
nixpkgs-506f511afa0ec34c6efc0f88ccbf64819efc90d7.zip
qjackctl: adopt it and tidy up the metadata
Diffstat (limited to 'pkgs/applications/audio/qjackctl/default.nix')
-rw-r--r--pkgs/applications/audio/qjackctl/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/audio/qjackctl/default.nix b/pkgs/applications/audio/qjackctl/default.nix
index d2f36fd9491..90129d6404b 100644
--- a/pkgs/applications/audio/qjackctl/default.nix
+++ b/pkgs/applications/audio/qjackctl/default.nix
@@ -15,10 +15,11 @@ stdenv.mkDerivation rec {
 
   configureFlags = "--enable-jack-version";
 
-  meta = {
+  meta = with stdenv.lib; {
     description = "A Qt application to control the JACK sound server daemon";
     homepage = http://qjackctl.sourceforge.net/;
-    license = "GPL";
-    platforms = stdenv.lib.platforms.linux;
+    license = licenses.gpl2Plus;
+    maintainers = [ maintainers.goibhniu ];
+    platforms = platforms.linux;
   };
 }