Fix license attribute of many bsd-like licensed packages
This commit is contained in:
@@ -40,7 +40,7 @@ stdenv.mkDerivation {
|
||||
from the others by being extremely simple to setup and operate.
|
||||
'';
|
||||
homepage = http://www.fossil-scm.org/;
|
||||
license = "BSD";
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
platforms = with stdenv.lib.platforms; all;
|
||||
maintainers = [ #Add your name here!
|
||||
stdenv.lib.maintainers.z77z
|
||||
|
||||
Reference in New Issue
Block a user