rp-pppoe: change meta.homepage

This commit is contained in:
Harinn
2026-03-16 02:24:58 +07:00
parent 8d45a37282
commit 27741fb31e
+1 -1
View File
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
meta = {
description = "Roaring Penguin Point-to-Point over Ethernet tool";
platforms = lib.platforms.linux;
homepage = "https://github.com/dfskoll/rp-pppoe";
homepage = "https://dianne.skoll.ca/projects/rp-pppoe/";
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [ DictXiong ];
};