summary refs log tree commit diff
path: root/pkgs/applications/audio/gnaural/default.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2015-04-21 18:05:19 +0200
committerJoachim Fasting <joachifm@fastmail.fm>2015-04-21 23:10:07 +0200
commit8488d133f37d6f6e2ab0b13e9513af28ddb8da6e (patch)
tree1f2c5dbef4cd3afbfb83f0e00a83819798d0857b /pkgs/applications/audio/gnaural/default.nix
parent5c6dd54183a2b44897f776fa6417280330ee1b2d (diff)
downloadnixpkgs-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar
nixpkgs-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar.gz
nixpkgs-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar.bz2
nixpkgs-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar.lz
nixpkgs-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar.xz
nixpkgs-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.tar.zst
nixpkgs-8488d133f37d6f6e2ab0b13e9513af28ddb8da6e.zip
meta.licenses -> license
Diffstat (limited to 'pkgs/applications/audio/gnaural/default.nix')
-rw-r--r--pkgs/applications/audio/gnaural/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/gnaural/default.nix b/pkgs/applications/audio/gnaural/default.nix
index c9746590566..93abad7aa77 100644
--- a/pkgs/applications/audio/gnaural/default.nix
+++ b/pkgs/applications/audio/gnaural/default.nix
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib;
     { description = "Auditory binaural-beat generator";
       homepage = http://gnaural.sourceforge.net/;
-      licenses = licenses.gpl2;
+      license = licenses.gpl2;
       maintainers = [ maintainers.emery ];
       platforms = platforms.linux;
     };