Unverified Commit 9f06abd0 authored by r4v3n6101's avatar r4v3n6101
Browse files

yggdrasil-ng: new maintainer `malik`

parent 4c33a30e
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -23,6 +23,9 @@ rustPlatform.buildRustPackage (oldAttrs: {
    description = "Yggdrasil Network rewritten in Rust";
    homepage = "https://github.com/Revertron/Yggdrasil-ng";
    license = with lib.licenses; [ mpl20 ];
    maintainers = with lib.maintainers; [ r4v3n6101 ];
    maintainers = with lib.maintainers; [
      r4v3n6101
      malik
    ];
  };
})