licenses: Fix Nixpkgs license URL.
* guix/licenses.scm: Fix Nixpkgs URL in comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7569c5cb35
commit
ca534666aa
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
;;; Available licenses.
|
;;; Available licenses.
|
||||||
;;;
|
;;;
|
||||||
;;; This list is based on these links:
|
;;; 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
|
;;; https://www.gnu.org/licenses/license-list
|
||||||
;;;
|
;;;
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
Reference in a new issue