Commit d2b2bd34 authored by liberodark's avatar liberodark
Browse files

{topfew, topfew-rs}: add liberodark to maintainers

parent c9442479
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
  meta = {
    description = "Rust implementation of Tim Bray's topfew tool";
    homepage = "https://github.com/djc/topfew-rs";
    maintainers = [ ];
    maintainers = with lib.maintainers; [ liberodark ];
    license = lib.licenses.gpl3Only;
    mainProgram = "tf";
  };
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ buildGoModule (finalAttrs: {
  meta = {
    description = "Finds the fields (or combinations of fields) which appear most often in a stream of records";
    homepage = "https://github.com/timbray/topfew";
    maintainers = [ ];
    maintainers = with lib.maintainers; [ liberodark ];
    license = lib.licenses.gpl3Only;
    mainProgram = "tf";
  };