ipfetch: add meta.homepage attribute

This commit is contained in:
Aidan Gauland 2023-11-29 21:49:02 +13:00
parent 491af1f1cc
commit b58c926af1
No known key found for this signature in database
GPG key ID: 16E68DD2D0E77C91

View file

@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Neofetch but for ip addresses";
homepage = "https://github.com/trakBan/ipfetch";
license = licenses.gpl3Only;
platforms = platforms.all;
maintainers = with maintainers; [ annaaurora ];