cscope: switch to bsd3 license

This commit is contained in:
jopejoe1
2025-09-28 18:47:21 +02:00
parent ce8345a257
commit 576b4f8a0e
+1 -1
View File
@@ -48,7 +48,7 @@ stdenv.mkDerivation rec {
used to manage projects involving 20 million lines of code!
'';
license = "BSD-style";
license = lib.licenses.bsd3;
homepage = "https://cscope.sourceforge.net/";