tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
raspberrypi-armstubs: don't use URI literals in meta
Bernardo Meurer
4 years ago
e828b6b4
852454a9
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
firmware
raspberrypi
armstubs.nix
+1
-1
pkgs/os-specific/linux/firmware/raspberrypi/armstubs.nix
···
43
44
meta = with lib; {
45
description = "Firmware related ARM stubs for the Raspberry Pi";
46
-
homepage = https://github.com/raspberrypi/tools;
47
license = licenses.bsd3;
48
platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
49
maintainers = with maintainers; [ samueldr ];
···
43
44
meta = with lib; {
45
description = "Firmware related ARM stubs for the Raspberry Pi";
46
+
homepage = "https://github.com/raspberrypi/tools";
47
license = licenses.bsd3;
48
platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
49
maintainers = with maintainers; [ samueldr ];