about summary refs log tree commit diff
path: root/pkgs/applications/version-management/sourcehut/git.nix
diff options
context:
space:
mode:
authorJulien Moutinho <julm+nixpkgs@sourcephile.fr>2021-08-15 22:54:11 +0200
committerTom Bereknyei <tomberek@gmail.com>2021-12-28 22:18:16 -0500
commite381fce3351c048985fd7919ba2d8c572022bd13 (patch)
treef517d2b4bd3a40067f3e0acd13b0631c5be641ff /pkgs/applications/version-management/sourcehut/git.nix
parent8b842173d0e6c6adf6a243a4a535eefe8d160dda (diff)
sourcehut: fix agpl3 -> agpl3Only
Diffstat (limited to 'pkgs/applications/version-management/sourcehut/git.nix')
-rw-r--r--pkgs/applications/version-management/sourcehut/git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/sourcehut/git.nix b/pkgs/applications/version-management/sourcehut/git.nix
index 6d8b46306495d..3872615a2b0e9 100644
--- a/pkgs/applications/version-management/sourcehut/git.nix
+++ b/pkgs/applications/version-management/sourcehut/git.nix
@@ -75,7 +75,7 @@ buildPythonPackage rec {
   meta = with lib; {
     homepage = "https://git.sr.ht/~sircmpwn/git.sr.ht";
     description = "Git repository hosting service for the sr.ht network";
-    license = licenses.agpl3;
+    license = licenses.agpl3Only;
     maintainers = with maintainers; [ eadwu ];
   };
 }