treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Render gifs as ASCII art in your cli";
|
||||
longDescription = "Takes in a GIF, short video, or a query to the Tenor GIF API and converts it to animated ASCII art.";
|
||||
homepage = https://github.com/google/gif-for-cli;
|
||||
homepage = "https://github.com/google/gif-for-cli";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ Scriptkiddi ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user