sentencepiece: add myself as a maintainer
This commit is contained in:
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Unsupervised text tokenizer for Neural Network-based text generation";
|
description = "Unsupervised text tokenizer for Neural Network-based text generation";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ pashashocky ];
|
maintainers = with maintainers; [ danieldk pashashocky ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user