fix name for plotbitrate

master
Daniel Olsen 2020-06-04 09:11:50 +02:00
parent d225cb9583
commit 141fd89fd1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, python3, ffmpeg}:
stdenv.mkDerivation {
name = "rank_photos";
name = "plot_bitrate";
version = "1.0.0";
src = fetchFromGitHub {