raspberrypi-armstubs: don't use URI literals in meta

This commit is contained in:
Bernardo Meurer 2021-08-05 10:03:07 -07:00
parent 852454a96c
commit e828b6b431
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "Firmware related ARM stubs for the Raspberry Pi";
homepage = https://github.com/raspberrypi/tools;
homepage = "https://github.com/raspberrypi/tools";
license = licenses.bsd3;
platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
maintainers = with maintainers; [ samueldr ];