Skip to content

Commit a647481

Browse files
committed
Update flathub stats, mark debian/rules executable
1 parent 808a8da commit a647481

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

debian/rules

100644100755
File mode changed.

flathub-stats/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fn leap_year(year: u16) -> bool {
2424
#[tokio::main]
2525
async fn main() -> Result<(), Box<dyn Error>> {
2626
let year = 2024;
27-
let month = 10;
27+
let month = 12;
2828
let days = match month {
2929
1 | 3 | 5 | 7 | 8 | 10 | 12 => 31,
3030
4 | 6 | 9 | 11 => 30,

res/flathub-stats.bitcode-v0-6

3.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)