summary refs log tree commit diff
path: root/pkgs/development/libraries/physics
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2021-02-24 00:30:11 -0500
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2021-02-24 00:30:11 -0500
commit669c286d27cfc2c6a5a714b94fc0f8c1871fa835 (patch)
tree2cbfb8b1798c4792dae0c69e0614dbb64067511d /pkgs/development/libraries/physics
parent116108e2b690e716e1c5f349d5c92c5d2963b1ae (diff)
downloadnixpkgs-669c286d27cfc2c6a5a714b94fc0f8c1871fa835.tar
nixpkgs-669c286d27cfc2c6a5a714b94fc0f8c1871fa835.tar.gz
nixpkgs-669c286d27cfc2c6a5a714b94fc0f8c1871fa835.tar.bz2
nixpkgs-669c286d27cfc2c6a5a714b94fc0f8c1871fa835.tar.lz
nixpkgs-669c286d27cfc2c6a5a714b94fc0f8c1871fa835.tar.xz
nixpkgs-669c286d27cfc2c6a5a714b94fc0f8c1871fa835.tar.zst
nixpkgs-669c286d27cfc2c6a5a714b94fc0f8c1871fa835.zip
herwig,thepeg: mark as gpl3Only
Diffstat (limited to 'pkgs/development/libraries/physics')
-rw-r--r--pkgs/development/libraries/physics/herwig/default.nix2
-rw-r--r--pkgs/development/libraries/physics/thepeg/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/physics/herwig/default.nix b/pkgs/development/libraries/physics/herwig/default.nix
index 69a8c781d5b..0a7e9b4d948 100644
--- a/pkgs/development/libraries/physics/herwig/default.nix
+++ b/pkgs/development/libraries/physics/herwig/default.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A multi-purpose particle physics event generator";
     homepage = "https://herwig.hepforge.org/";
-    license = licenses.gpl3;
+    license = licenses.gpl3Only;
     maintainers = with maintainers; [ veprbl ];
     platforms = platforms.unix;
     broken = stdenv.isAarch64; # doesn't compile: ignoring return value of 'FILE* freopen...
diff --git a/pkgs/development/libraries/physics/thepeg/default.nix b/pkgs/development/libraries/physics/thepeg/default.nix
index 031277f8e0c..ed92889b5b2 100644
--- a/pkgs/development/libraries/physics/thepeg/default.nix
+++ b/pkgs/development/libraries/physics/thepeg/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Toolkit for High Energy Physics Event Generation";
     homepage = "https://herwig.hepforge.org/";
-    license = licenses.gpl3;
+    license = licenses.gpl3Only;
     maintainers = with maintainers; [ veprbl ];
     platforms = platforms.unix;
   };