Unverified Commit 3175f401 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

apx: specify license

parent 01f12a56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ buildGoModule rec {
    description = "The Vanilla OS package manager";
    homepage = "https://github.com/Vanilla-OS/apx";
    changelog = "https://github.com/Vanilla-OS/apx/releases/tag/${version}";
    license = licenses.gpl3;
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ dit7ya ];
  };
}