rp-pppoe: change meta.homepage (#500185)

This commit is contained in:
Yohann Boniface
2026-03-15 23:23:04 +00:00
committed by GitHub
+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 ];
};