fix paragraph section in Kaleidsocope library.properties

pull/1000/head
Jesse Vincent 4 years ago
parent efeea31589
commit a2090029a8
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -23,8 +23,6 @@ my $version = '';
my $tag = 'master';
my $kaleidoscope_tag = 'master';
my $temp_dir = tempdir( CLEANUP => 0 );
my $checkout_dir = "Kaleidoscope-$tag";
my $filename = $checkout_dir . ".tar.bz2";
my $index_filename_slug ='keyboardio';
my $only_latest_platform = 0;
@ -51,6 +49,8 @@ if ( $version eq '' && $tag =~ /^v(\d.*)$/ ) {
$version = $1;
}
my $checkout_dir = "Kaleidoscope-$tag";
my $filename = $checkout_dir . ".tar.bz2";
my $build_base_url = $boards_repo."/master/builds/";
$build_base_url =~ s/github.com/raw.githubusercontent.com/;

@ -3,6 +3,7 @@ version=0.0.0
author=Jesse Vincent
maintainer=Jesse Vincent <jesse@keyboard.io>
sentence=Firmware for the Keyboardio Model 01, and other Arduino-powered keyboards.
paragraph=
category=Communication
url=https://github.com/keyboardio/Kaleidoscope
architectures=*

Loading…
Cancel
Save