diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-10-17 12:24:02 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2022-10-17 12:24:02 +0200 |
commit | 22b0e9a0febe14de1dd7c39cf4cad8d157fa6d74 (patch) | |
tree | 4f8067dfccb858fe35c243788e81a8d666a81296 | |
parent | fc9f77eca547fc666d291a6f280088df2a0e87c7 (diff) |
Add license url
-rw-r--r-- | pbp-wifi.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbp-wifi.scm b/pbp-wifi.scm index a973ee8..d8a285d 100644 --- a/pbp-wifi.scm +++ b/pbp-wifi.scm @@ -32,4 +32,4 @@ (description "Firmware for Pinebook Pro AP6256 Wifi module.") (home-page "https://gitlab.manjaro.org/manjaro-arm/packages/community/ap6256-firmware.git") (supported-systems '("aarch64-linux")) - (license license:non-copyleft)))) + (license (license:non-copyleft "https://gitlab.manjaro.org/manjaro-arm/packages/community/ap6256-firmware/-/tree/master/"))))) |