lf: Remove myself as maintainer

I'm not really using it anymore.
This commit is contained in:
Michael Weiss 2021-04-14 18:17:18 +02:00 committed by tomberek
parent 402e17aef3
commit 7bf3b1fe95

View file

@ -35,6 +35,6 @@ buildGoModule rec {
changelog = "https://github.com/gokcehan/lf/releases/tag/r${version}";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ primeos ];
maintainers = with maintainers; [ ];
};
}