lemmy-{server,ui}: add adisbladis as maintainer
This commit is contained in:
parent
8062626e0e
commit
3a5176a1ff
@ -53,7 +53,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
description = "🐀 Building a federated alternative to reddit in rust";
|
description = "🐀 Building a federated alternative to reddit in rust";
|
||||||
homepage = "https://join-lemmy.org/";
|
homepage = "https://join-lemmy.org/";
|
||||||
license = licenses.agpl3Only;
|
license = licenses.agpl3Only;
|
||||||
maintainers = with maintainers; [ happysalada billewanick ];
|
maintainers = with maintainers; [ happysalada billewanick adisbladis ];
|
||||||
mainProgram = "lemmy_server";
|
mainProgram = "lemmy_server";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -84,7 +84,7 @@ mkYarnPackage {
|
|||||||
description = "Building a federated alternative to reddit in rust";
|
description = "Building a federated alternative to reddit in rust";
|
||||||
homepage = "https://join-lemmy.org/";
|
homepage = "https://join-lemmy.org/";
|
||||||
license = licenses.agpl3Only;
|
license = licenses.agpl3Only;
|
||||||
maintainers = with maintainers; [ happysalada billewanick ];
|
maintainers = with maintainers; [ happysalada billewanick adisbladis ];
|
||||||
inherit (nodejs.meta) platforms;
|
inherit (nodejs.meta) platforms;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user