diff options
author | Yakkala Yagnesh Raghava <hi@yagnesh.org> | 2014-03-21 00:15:26 +0900 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-03-22 22:57:09 +0100 |
commit | ca534666aa18405c96f661fd108686f2ae72c9aa (patch) | |
tree | 6c9eb76a90e2dc73e7538438736572ed4a03c6bc /guix | |
parent | 7569c5cb351c6b1f2220f45e4a93ee5262e35313 (diff) |
licenses: Fix Nixpkgs license URL.
* guix/licenses.scm: Fix Nixpkgs URL in comment.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'guix')
-rw-r--r-- | guix/licenses.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/licenses.scm b/guix/licenses.scm index 5f1b3c16cf..fce3d2b896 100644 --- a/guix/licenses.scm +++ b/guix/licenses.scm @@ -57,7 +57,7 @@ ;;; Available licenses. ;;; ;;; This list is based on these links: -;;; https://github.com/NixOS/nixpkgs/blob/master/pkgs/lib/licenses.nix +;;; https://github.com/NixOS/nixpkgs/blob/master/lib/licenses.nix ;;; https://www.gnu.org/licenses/license-list ;;; ;;; Code: |