From c0abda31bcf3ea5e1f70603d36fb96138c082da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 15 Dec 2019 15:58:14 +0100 Subject: [PATCH] fixed case --- .builds/debian.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.builds/debian.yml b/.builds/debian.yml index c9a0a18..caa3144 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -1,13 +1,13 @@ image: debian/sid sources: - - https://git.sr.ht/~cedric/Stegano + - https://git.sr.ht/~cedric/stegano packages: - python3 - python3-dev - python3-pip - python3-venv environment: - project: Stegano + project: stegano tasks: - dependencies: | pip3 install --user poetry