tidyp: add license

This commit is contained in:
Markus Kowalewski 2018-10-27 15:50:00 +02:00
parent 154d5d993b
commit d513d6115f
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 1 additions and 0 deletions

View File

@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
homepage = http://tidyp.com/;
platforms = platforms.linux;
maintainers = with maintainers; [ pSub ];
license = licenses.bsd3;
};
}