summary refs log tree commit diff
path: root/pkgs/development/libraries/gdata-sharp/default.nix
diff options
context:
space:
mode:
authorMarkus Kowalewski <markus.kowalewski@gmail.com>2018-08-20 19:22:10 +0200
committerMarkus Kowalewski <markus.kowalewski@gmail.com>2018-08-20 19:22:10 +0200
commit95b7e987fb3f212c7ea229dedabafd80d35df78f (patch)
tree4f4323d94ed3b4ccad5ee386a2a9d589826e0650 /pkgs/development/libraries/gdata-sharp/default.nix
parent3280fa006dfc58e30da4fc20be77b86c607665b3 (diff)
downloadnixpkgs-95b7e987fb3f212c7ea229dedabafd80d35df78f.tar
nixpkgs-95b7e987fb3f212c7ea229dedabafd80d35df78f.tar.gz
nixpkgs-95b7e987fb3f212c7ea229dedabafd80d35df78f.tar.bz2
nixpkgs-95b7e987fb3f212c7ea229dedabafd80d35df78f.tar.lz
nixpkgs-95b7e987fb3f212c7ea229dedabafd80d35df78f.tar.xz
nixpkgs-95b7e987fb3f212c7ea229dedabafd80d35df78f.tar.zst
nixpkgs-95b7e987fb3f212c7ea229dedabafd80d35df78f.zip
gdata-sharp: add license
Diffstat (limited to 'pkgs/development/libraries/gdata-sharp/default.nix')
-rw-r--r--pkgs/development/libraries/gdata-sharp/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gdata-sharp/default.nix b/pkgs/development/libraries/gdata-sharp/default.nix
index 40e9b0ed90d..a9b79dac7b8 100644
--- a/pkgs/development/libraries/gdata-sharp/default.nix
+++ b/pkgs/development/libraries/gdata-sharp/default.nix
@@ -34,6 +34,8 @@ in stdenv.mkDerivation rec {
       The Google Data APIs provide a simple protocol for reading and writing
       data on the web.
     '';
+
+    license = licenses.asl20;
     platforms = platforms.linux;
   };
 }