Turn more licenses into lib.licenses style
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
This commit is contained in:
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Stun server and test client";
|
||||
homepage = http://sourceforge.net/projects/stun/;
|
||||
license = "Vovida 1.0"; # See any header file.
|
||||
license = stdenv.lib.licenses.vsl10;
|
||||
maintainers = [ stdenv.lib.maintainers.marcweber ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user