tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gdata-sharp: add license
Markus Kowalewski
7 years ago
95b7e987
3280fa00
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
gdata-sharp
default.nix
+2
pkgs/development/libraries/gdata-sharp/default.nix
···
34
34
The Google Data APIs provide a simple protocol for reading and writing
35
35
data on the web.
36
36
'';
37
37
+
38
38
+
license = licenses.asl20;
37
39
platforms = platforms.linux;
38
40
};
39
41
}