lf: Remove myself as maintainer

I'm not really using it anymore.
This commit is contained in:
Michael Weiss
2021-04-15 02:25:05 -04:00
committed by tomberek
parent 402e17aef3
commit 7bf3b1fe95
+1 -1
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; [ ];
};
}