ccextractor: adopt

I did once try to use this program (although it didn’t work, if I
recall correctly), so I guess I have no excuse not to…

If someone else stepped up to maintain this that would be better,
though.
This commit is contained in:
Emily
2024-08-01 21:09:25 +01:00
parent b546361c00
commit 98002580a9
+1 -1
View File
@@ -82,7 +82,7 @@ stdenv.mkDerivation (finalAttrs: {
# during Linking C executable ccextractor
broken = stdenv.isAarch64;
license = lib.licenses.gpl2Only;
maintainers = [ ];
maintainers = [ lib.maintainers.emily ];
mainProgram = "ccextractor";
};
})