Commit 27741fb3 authored by Harinn's avatar Harinn
Browse files

rp-pppoe: change meta.homepage

parent 8d45a372
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };