9 lines
158 B
Nix
9 lines
158 B
Nix
{ lib, ... }:
|
|
{
|
|
name = "Fnott";
|
|
homepage = "https://codeberg.org/dnkl/fnott";
|
|
maintainers = with lib.maintainers; [
|
|
awwpotato
|
|
MrSom3body
|
|
];
|
|
}
|