sqsh: add license

This commit is contained in:
Markus Kowalewski
2018-08-11 14:33:05 +02:00
parent a647d07f4c
commit 31d2f03fb9

View File

@@ -34,6 +34,7 @@ in stdenv.mkDerivation rec {
it is intended as a replacement for the venerable 'isql' program supplied
by Sybase.
'';
license = licenses.gpl2;
homepage = https://sourceforge.net/projects/sqsh/;
platforms = platforms.all;
};