Unverified Commit 25cfb3b0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #270863 from aidalgol/ipfetch-meta-homepage

ipfetch: add meta.homepage attribute
parents 8876723f b58c926a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];